minios: add select definition to sys/time.h when HAVE_LIBC is defined
authorMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Tue, 9 Oct 2012 09:39:09 +0000 (10:39 +0100)
committerMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Tue, 9 Oct 2012 09:39:09 +0000 (10:39 +0100)
commit5c2852a2a5b1a138b79672dae6e2264f26d6b1d9
tree6cc4b762b782c38712db3c0834720c3060e005e7
parent78ef2bb502c15bd7ef117a365e6afc7dee4ad71b
minios: add select definition to sys/time.h when HAVE_LIBC is defined

This patch adds the select function to sys/time.h when HAVE_LIBC is
defined, which is according to standard (see the select() manpage).
It also removes a redudant lwip include from posix/sys/select.h.

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
extras/mini-os/include/posix/sys/select.h
extras/mini-os/include/sys/time.h